home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000139_news@columbia.edu _Mon Oct 4 17:22:48 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA16334
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 4 Oct 1999 17:22:48 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id RAA21533
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 4 Oct 1999 17:13:27 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: cut and paste problem in kermit only
  11. Date: 4 Oct 1999 21:13:26 GMT
  12. Organization: Columbia University
  13. Message-ID: <7tb59m$l0q$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <37F90546.79C759A6@americasm01.nt.com>,
  17. Yoner, Clinton (EXCHANGE:WDLN2:2Y64) <cyoner@americasm01.nt.com> wrote:
  18. : I am running kermit 7.0 beta on linux 6.0
  19. : The problem is cut & paste (in the kermit window) does not work when I
  20. : am running kermit.
  21. : Kermit is talking thru ttyS3 to a RS232 device ( not a modem)
  22. : If on the LINUX prompt I highlight text it pastes in NO problem.
  23. : But in the Kermit window it pastes in only part of the string (first 2
  24. : char and last char most of the time)
  25. There's no such thing as a Kermit window.  Kermit is a plain old regular
  26. standard-in/standard-out application, which you run in some kind of
  27. window -- xterm, console, whatever.  Kermit itself knows nothing about
  28. copying and pasting -- this is a function of the window, completely
  29. transparent to and independent of Kermit.
  30.  
  31. - Frank